From: Michael Albinus Date: Wed, 23 Nov 2011 20:02:55 +0000 (+0100) Subject: * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~1550 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=865cc8e06078b6caceb9f7e8d383658d05068f89;p=emacs.git * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind `non-essential' to t, in order to avoid remote connections. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8053a948cb8..a2c089422eb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -240,12 +240,12 @@ 2011-11-16 Michael Albinus - * net/tramp.el (tramp-handle-file-truename): Cache only the local - file name. - * net/tramp-cache.el (tramp-flush-file-property): Flush also properties of linked files. (Bug#9879) + * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the + local file name. + 2011-11-16 Juanma Barranquero * menu-bar.el (menu-bar-file-menu): diff --git a/lisp/rfn-eshadow.el b/lisp/rfn-eshadow.el index 2d8c6e0964d..ded76f9fbcb 100644 --- a/lisp/rfn-eshadow.el +++ b/lisp/rfn-eshadow.el @@ -179,7 +179,8 @@ been set up by `rfn-eshadow-setup-minibuffer'." (let ((goal (substitute-in-file-name (minibuffer-contents))) (mid (overlay-end rfn-eshadow-overlay)) (start (minibuffer-prompt-end)) - (end (point-max))) + (end (point-max)) + (non-essential t)) (unless ;; Catch the common case where the shadow does not need to move. (and mid